ComponentOne ASP.NET MVC Controls
SelectAllLabel Method

C1.Web.Mvc.Fluent Namespace > MultiSelectBuilder<T> Class : SelectAllLabel Method
The value.
Configurates C1.Web.Mvc.MultiSelect<T>.SelectAllLabel. Sets the string to be used as a label for the "Select All" checkbox that is displayed when the ShowSelectAllCheckbox property is set to true.
Syntax
'Declaration
 
Public Function SelectAllLabel( _
   ByVal value As String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> SelectAllLabel( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
This property is set to null by default, which causes the control to show a localized version of the string "Select All".
See Also

Reference

MultiSelectBuilder<T> Class
MultiSelectBuilder<T> Members